home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000228_neal@ctd.comsat.com_Thu Feb 3 10:14:00 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from neal.ctd.comsat.com by cs.umb.edu with SMTP id AA17069
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 3 Feb 1994 15:15:04 -0500
  3. Received: by neal.ctd.comsat.com (Smail3.1.28.1 #29)
  4.     id m0pSAS3-0002faC; Thu, 3 Feb 94 15:14 EST
  5. Message-Id: <m0pSAS3-0002faC@neal.ctd.comsat.com>
  6. Date: Thu, 3 Feb 94 15:14 EST
  7. From: neal@ctd.comsat.com (Neal Becker)
  8. To: simon@lia.di.epfl.ch (Simon Leinen)
  9. Cc: tex-k@cs.umb.edu
  10. Subject: Re: hpux9.01 gcc2.5.7 coredump on triptrap
  11. In-Reply-To: <m0pRkVA-0002P8C@liasun6.epfl.ch>
  12. References: <m0pRj1X-0002fOC@neal.ctd.comsat.com>
  13.     <m0pRkVA-0002P8C@liasun6.epfl.ch>
  14.  
  15. More info on hpux9.01 gcc-2.5.8 -O2 coredump on triptrap.
  16.  
  17. I rebuilt with -g -O2 using gcc-2.5.8 hppa1.1 (hp9000/7xx).  Got core
  18. dump again.  This time gdb tells me:
  19.  
  20. Program terminated with signal 10, Bus error.
  21. #0  0x5754 in ztrienode (p=3) at initex.c:737
  22. (gdb) where
  23. #0  0x5754 in ztrienode (p=3) at initex.c:737
  24. #1  0x57d8 in zcompresstrie (p=1074487728) at initex.c:759
  25. #2  0x57b4 in zcompresstrie (p=2) at initex.c:757
  26. #3  0x57b4 in zcompresstrie (p=1) at initex.c:757
  27. #4  0x57cc in zcompresstrie (p=10) at initex.c:758
  28. #5  0x6220 in inittrie () at initex.c:1067
  29. #6  0x68e0 in zlinebreak (finalwidowpenalty=1074189920) at initex.c:1246
  30. #7  0x2e50c in endgraf () at tex7.c:1005
  31. #8  0x2f460 in doendv () at tex7.c:1472
  32. #9  0x3463c in maincontrol () at tex8.c:1816
  33. #10 0xc480 in texbody () at initex.c:3377
  34. #11 0x32e0 in main (ac=1074298016, av=0x4005b300) at iextra.c:117
  35.  
  36. Hope this helps.